Skip to content

chore(licence): migrate Cargo.toml from PMPL-1.0-or-later to MPL-2.0#76

Merged
hyperpolymath merged 1 commit into
mainfrom
claude/mpl-2-0-migration
May 27, 2026
Merged

chore(licence): migrate Cargo.toml from PMPL-1.0-or-later to MPL-2.0#76
hyperpolymath merged 1 commit into
mainfrom
claude/mpl-2-0-migration

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

  • Updates Cargo.toml license field from PMPL-1.0-or-later to MPL-2.0.
  • Closes the SPDX-vs-manifest mismatch flagged by standards#196 (estate licence-debt audit, 2026-05-26).
  • Aligns this repo with the estate policy of MPL-1.0/PMPL-1.0 → MPL-2.0 migration.

What this PR does NOT do

This is the manifest field only. The LICENSE file (if it carries a Palimpsest preamble) keeps that preamble — the load-bearing MPL-2.0 text is unchanged.

Companion

  • standards#196 — licence debt audit
  • standards#201 — licence-consistency CI check (will catch future drift)

🤖 Generated with Claude Code

…er to MPL-2.0

Closes part of Item 2 of the 2026-05-26 estate tech-debt audit
follow-up (hyperpolymath/standards#196).

The estate-wide policy is 'MPL-1.0/PMPL-1.0 -> MPL-2.0' (see
estate language policy memory). This PR migrates the manifest's
declared license field; the LICENSE file's Palimpsest preamble (if
present) is unchanged, and the MPL-2.0 body text it wraps is the
load-bearing licence.

The licence-consistency CI check landed in standards#201 catches
future SPDX-vs-manifest drift.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath enabled auto-merge (squash) May 26, 2026 13:24
@github-actions

Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 160 issues detected

Severity Count
🔴 Critical 14
🟠 High 84
🟡 Medium 62

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "TypeScript file detected -- banned language",
    "type": "banned_language_file",
    "file": "/home/runner/work/reposystem/reposystem/tools/rsr-certified/extensions/vscode/src/extension.ts",
    "action": "flag",
    "rule_module": "cicd_rules",
    "severity": "critical"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (5 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/reposystem/reposystem/stateful-artefacts/browser-extension/scripts/popup.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (1 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/reposystem/reposystem/stateful-artefacts/browser-extension/scripts/content.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (4 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/reposystem/reposystem/stateful-artefacts/dashboard/js/dashboard.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (5 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/reposystem/reposystem/stateful-artefacts/annotation-layer/annotations.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (7 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/reposystem/reposystem/web/app.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "HTTP URL in code -- use HTTPS for non-localhost (16 occurrences, CWE-319)",
    "type": "js_http_url_in_code",
    "file": "/home/runner/work/reposystem/reposystem/web/app.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  },
  {
    "reason": "HTTP URL in code -- use HTTPS for non-localhost (1 occurrences, CWE-319)",
    "type": "js_http_url_in_code",
    "file": "/home/runner/work/reposystem/reposystem/gui/lib/rescript-tea/src/tea_svg.res.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  },
  {
    "reason": "HTTP URL in code -- use HTTPS for non-localhost (10 occurrences, CWE-319)",
    "type": "js_http_url_in_code",
    "file": "/home/runner/work/reposystem/reposystem/gui/lib/rescript-tea/src/tea_svg_attributes.res.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

@hyperpolymath hyperpolymath merged commit c84e7c8 into main May 27, 2026
13 of 15 checks passed
@hyperpolymath hyperpolymath deleted the claude/mpl-2-0-migration branch May 27, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant